From: Paul Eggert Date: Sun, 10 Jul 2011 04:54:04 +0000 (-0700) Subject: Merge from trunk. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2142^2~92 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=98f7e6e51ca05b1e758a2d6ba2b1ecc953f3e7ad;p=emacs.git Merge from trunk. --- 98f7e6e51ca05b1e758a2d6ba2b1ecc953f3e7ad diff --cc src/ChangeLog index 398217e8027,ed94e8ec631..ffb1ecedd5b --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,12 -1,17 +1,24 @@@ + 2011-07-09 Juanma Barranquero + + * chartab.c (uniprop_table_uncompress): Remove unused local variable. + + 2011-07-09 Jan Djärv + + * gtkutil.c (qttip_cb): Remove code without function. + + 2011-07-09 Eli Zaretskii + + * w32.c (pthread_sigmask): New stub. + 2011-07-08 Paul Eggert + Fix minor problems found by static checking (Bug#9031). + * chartab.c (char_table_set_range, map_sub_char_table) + (uniprop_table_uncompress): Remove unused locals. + (uniprop_table): Now static. + * composite.c (_work_char): Remove unused static var. + * gtkutil.c (qttip_cb): Remove stray no-effect statement. + Use pthread_sigmask, not sigprocmask (Bug#9010). sigprocmask is portable only for single-threaded applications, and Emacs can be multi-threaded when it uses GTK.